home *** CD-ROM | disk | FTP | other *** search
- ; If you're in to wordstar commands - take a look at ws.txt.
- ; If you like it, rename ws.ped to key.ped and ws.txt to key.txt
- ;
- ; In order to be effective, changes to this file must be acted upon
- ; by PK.EXE (which comes with registration).
- ;
- ; PK.EXE should be executed in the pE directory (where pe.exe is)
- ;
- ; data following semi-colons are treated as commentary
- ;
- ; key names are defined as follows
- ;
- ; f1 - means function key F1
- ; ^f1 - means control key and F1 depressed
- ; #f1 - means shift key and F1 depressed
- ; @f1 - means alt key and F1
- ; etc, etc, etc.
- ;
- ; two (or more) keys can be used for a single command as
- ; long as the keys in the sequence are joined with an
- ; underscore character, like this: ^a_c
- ;
- ; note, however, that the first key in a two key sequence cannot
- ; then be used as a single key. So, in the above sequence,
- ; ^a (alone) could not be assigned a function. It would have
- ; no effect.
- ;
- ; one or more spaces follow each field
- ;
- ; The ordering of keys in this file is arbitrary, put it in whatever
- ; order you feel is logical.
- ;
- ; While a function may have more than one key assigned, one key
- ; cannot be used for more than one function.
- ;
- ; Note that key names go in field one, functions in field two.
- ;
- ; 1 2
-
- ^^_^a ^a ;these assignments allow the keyin
- ^^_^b ^b ;of any literal control character by
- ^^_^c ^c ;first typing ^ (control circumflex)
- ^^_^d ^d ;followed by the control character you
- ^^_^e ^e ;want.
- ^^_^f ^f
- ^^_^g ^g
- ^^_^h ^h
- ^^_^i ^i
- ^^_^j ^j
- ^^_^k ^k
- ^^_^l ^l
- ^^_^m ^m
- ^^_^n ^n
- ^^_^o ^o
- ^^_^p ^p
- ^^_^q ^q
- ^^_^r ^r
- ^^_^s ^s
- ^^_^t ^t
- ^^_^u ^u
- ^^_^v ^v
- ^^_^w ^w
- ^^_^x ^x
- ^^_^y ^y
- ^^_^z ^z
- ^^_^[ ^[
- ^^_^\ ^\
- ^^_^] ^]
- ^^_^^ ^^
- ^^_^_ ^_
-
- ;
- ; f1 - f10
- ;
-
- f1 QuickHelp
- f2 NextWindow
- f3 InsertDelLine
- f4 DeleteLine
- f5 FindForward
- f6 FindBackward
- f7 FloatBlock
- f8 PrevMark
- f9 GoTo
- f10 MatchBrace
-
- ; extended keyboard only
-
- f11 OpenDosWindow
- f12 ToggleWordprocess
-
- ; shift f1 - f10
-
- #f1
- #f2
- #f3
- #f4
- #f5
- #f6
- #f7
- #f8
- #f9
- #f10
-
- ; extended keyboard only
-
- #f11 ToggleBorders
- #f12 ToggleMenu
-
- ; control f1 - f10
-
- ^f1 RecordMacro
- ^f2 SaveOptions
- ^f3 InsertDelSeg
- ^f4 DeleteToEol
- ^f5 ToggleCase
- ^f6 ToggleWordprocess
- ^f7 SetTabs
- ^f8 SetMarks
- ^f9 SizeWindow
- ^f10 MoveWindow
-
- ; extended keyboard only
-
- ^f11 SetLineLength
- ^f12 SetParagraphStyle
-
- ; alt f1 - f10
-
- @f1
- @f2
- @f3
- @f4
- @f5
- @f6
- @f7
- @f8
- @f9
- @f10
-
- ; extended keyboard only
-
- @f11 ShowMacros
- @f12 ToggleAutoTab
-
- ; alt a-z
-
- @a AlignParagraph
- @b BlockMarkColumn
- @c ExecuteCommand
- @d DosCommand
- @e EditFile
- @f DefineFind
- @g ToggleGraphics
- @h ToggleHex
- @i EditIncludeFile
- @j JumpList
- @k KloseWindow
- @l BlockMarkLines
- @m MergeFile
- @n NewFile
- @o OpenFile
- @p PrintLines
- @q QuickExit&Save
- @r DefineReplace
- @s SaveFileAs
- @t DefineTag
- @u UnmarkBlock
- @v ViewOnly
- @w OpenWindow
- @x Exit
- @y TileWindows
- @z ZoomWindows
-
- ; alt 1 - 0
-
- @1 SingleLineBox
- @2 DoubleLineBox
- @3 TwoDownBox
- @4 TwoAcrossBox
- @5 ThickLineBox
- @6 ASCIIOneBox
- @7 ASCIITwoBox
- @8 ASCIIThreeBox
- @9 ASCIIFourBox
- @0 UndoBlock
-
- @- ManifestFilename
- @= ManifestCalcValue
-
- ; numeric keypad
-
- home Home
- end End
- ^home PageTop
- ^end PageBottom
-
- ins Ins
- del Del
-
- up Up
- right Right
- down Down
- left Left
-
- ^i TabRight
- #tab TabLeft
-
- grey- Cut
- grey+ Paste
-
- grey* CopyToScrap
-
- pgup PgUp
- pgdn PgDn
- ^pgup FileTop
- ^pgdn FileBottom
-
-
- ^right WordRight
- ^left WordLeft
-
- ; control key combinations
-
- ^a_c Center
- ^a_l LeftFlush
- ^a_r RightFlush
-
- ^c Calculator
- ^d_d DateEntry
- ^d_t TimeEntry
-
- ^del UndeleteBlock
-
- ^e RightEdge
- ^w LeftEdge
-
- ^h BackSpace
-
- ^k_k BlockMarkStream ;also control right mouse
-
- ^k_d SingleSpace
- ^k_l LowerCase
- ^k_m MoveBlock
- ^k_n DoubleSpace
- ^k_s SaveFile
- ^k_t MarkWord
- ^k_u UpperCase
- ^k_w WriteBlock
-
- ^m Enter
-
- ^n InsertLine
-
- ^q_b InsertDelBlock
- ^q_j JoinLine
- ^q_l LeaveEditorNow
- ^q_n WordCount
- ^q_t InsertDelWord
- ^q_u DupLine
- ^q_w ParagraphUp
- ^q_y DeleteToEol
- ^q_z ParagraphDown
-
- ^r RepeatChar
-
- ^s SortBlock
-
- ^t DeleteWord
- ^bs DeletePrevWord
-
- ^y DeleteLine
- ^u InsertDelLine
-
- ^v_h HorizontalRuler
- ^v_v VerticalRuler
- ^v_u ToggleUnixLines
- ^v_x ToggleLines
- ^v_t CursorToTop
- ^v_c CursorToCtr
- ^v_b CursorToBot
- ^v_a ASCIIChart
-
- ^[ CancelOp
-
- ^\ ToggleMacro
- ^_ ClearMacro
-
- ; extended keyboard extra keys
-
- @enter OpenLine
-
- ^up CursorToTop
- ^5 CursorToCtr
- ^down CursorToBot
- ^-
- ^+
- ^* AppendToScrap
- ^ins
- ^/
- @home
- @end
-
- @up ScrollUp
- @down ScrollDown
- @left ScrollLeft
- @right ScrollRight
-
- @pgup
- @pgdn
- @ins
- @del
- @/
- @tab
-
- ;
- ; commands below are not assigned to any keys
- ;
-
- Menu ; default is @spacebar (not really a key)
- SetColors
- SetInsRpl
- DisplayOwner
- SetBackup
- SetCursor
-